derelict.sdl2.gfx.rotozoom

Undocumented in source.

Members

Aliases

da_rotateSurface90Degrees
alias da_rotateSurface90Degrees = SDL_Surface* function(SDL_Surface* src, int numClockwiseTurns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_rotozoomSurface
alias da_rotozoomSurface = SDL_Surface* function(SDL_Surface* src, double angle, double zoom, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_rotozoomSurfaceSize
alias da_rotozoomSurfaceSize = void function(int width, int height, double angle, double zoom, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_rotozoomSurfaceSizeXY
alias da_rotozoomSurfaceSizeXY = void function(int width, int height, double angle, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_rotozoomSurfaceXY
alias da_rotozoomSurfaceXY = SDL_Surface* function(SDL_Surface* src, double angle, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_shrinkSurface
alias da_shrinkSurface = SDL_Surface* function(SDL_Surface* src, int factorx, int factory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_zoomSurface
alias da_zoomSurface = SDL_Surface* function(SDL_Surface* src, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_zoomSurfaceSize
alias da_zoomSurfaceSize = void function(int width, int height, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

rotateSurface90Degrees
da_rotateSurface90Degrees rotateSurface90Degrees;
Undocumented in source.
rotozoomSurface
da_rotozoomSurface rotozoomSurface;
Undocumented in source.
rotozoomSurfaceSize
da_rotozoomSurfaceSize rotozoomSurfaceSize;
Undocumented in source.
rotozoomSurfaceSizeXY
da_rotozoomSurfaceSizeXY rotozoomSurfaceSizeXY;
Undocumented in source.
rotozoomSurfaceXY
da_rotozoomSurfaceXY rotozoomSurfaceXY;
Undocumented in source.
shrinkSurface
da_shrinkSurface shrinkSurface;
Undocumented in source.
zoomSurface
da_zoomSurface zoomSurface;
Undocumented in source.
zoomSurfaceSize
da_zoomSurfaceSize zoomSurfaceSize;
Undocumented in source.

Meta